PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardLayoutAttribute Class / setTableCellBorderStyle Method
A PDFStandardLayoutBorderStyle enum member specifying the style of the border drawn on each edge of a table cell.
In This Topic
    setTableCellBorderStyle Method
    In This Topic
    Sets the table cell border style.
    Syntax
    public void setTableCellBorderStyle( 
       PDFStandardLayoutBorderStyle value
    )

    Parameters

    value
    A PDFStandardLayoutBorderStyle enum member specifying the style of the border drawn on each edge of a table cell.
    See Also